home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / PIEREG.DFM / PIEREG.txt
Encoding:
Text File  |  1996-08-12  |  1.6 KB  |  89 lines

  1. object AngleEditorDlg: TAngleEditorDlg
  2.   Left = 252
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pie Angles Editor'
  7.   ClientHeight = 138
  8.   ClientWidth = 185
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object EAngleLabel: TLabel
  17.     Left = 12
  18.     Top = 54
  19.     Width = 157
  20.     Height = 13
  21.     AutoSize = False
  22.     Caption = 'EndAngle = 0'
  23.   end
  24.   object SAngleLabel: TLabel
  25.     Left = 12
  26.     Top = 6
  27.     Width = 157
  28.     Height = 13
  29.     AutoSize = False
  30.     Caption = 'StartAngle = 0'
  31.   end
  32.   object OKButton: TButton
  33.     Left = 7
  34.     Top = 104
  35.     Width = 77
  36.     Height = 27
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 2
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 99
  44.     Top = 104
  45.     Width = 77
  46.     Height = 27
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 3
  50.     OnClick = CancelClick
  51.   end
  52.   object STrackBar: TTrackBar
  53.     Left = 5
  54.     Top = 24
  55.     Width = 176
  56.     Height = 25
  57.     Ctl3D = True
  58.     Max = 360
  59.     Orientation = trHorizontal
  60.     ParentCtl3D = False
  61.     PageSize = 10
  62.     Frequency = 1
  63.     Position = 0
  64.     SelEnd = 0
  65.     SelStart = 0
  66.     TabOrder = 0
  67.     TickMarks = tmBoth
  68.     TickStyle = tsNone
  69.     OnChange = STrackBarChange
  70.   end
  71.   object ETrackBar: TTrackBar
  72.     Left = 5
  73.     Top = 69
  74.     Width = 176
  75.     Height = 25
  76.     Max = 360
  77.     Orientation = trHorizontal
  78.     PageSize = 10
  79.     Frequency = 1
  80.     Position = 0
  81.     SelEnd = 0
  82.     SelStart = 0
  83.     TabOrder = 1
  84.     TickMarks = tmBoth
  85.     TickStyle = tsNone
  86.     OnChange = ETrackBarChange
  87.   end
  88. end
  89.